home *** CD-ROM | disk | FTP | other *** search
- /* -------------------------------------------------------------------
-
- Project:
-
- Objective-C interface file for the class Controller
-
- This file was automatically generated by OS/2 Project Builder
- COPYRIGHT (C), 1995, Thomas Baier
-
- Unregistered version
-
- COPYRIGHT (C), 1995
- ALL RIGHTS RESERVED.
-
- Date: Rev:
- Sat Oct 14 02:07:57 1995
-
-
- */
-
- #ifndef _CONTROLLER_H_
- #define _CONTROLLER_H_
-
- /*====================================================================
- Interface of class Controller
- ====================================================================*/
- #include <pm/pm.h>
- #include <db/db.h>
-
- @interface Controller : Object
- {
- id button;
- id container;
- id recordList;
- id database;
- id dialog;
- }
-
- /* -------------------------- Initialize -------------------------- */
-
- /* ----------------------------- Free ----------------------------- */
-
- /* ----------- Methods for access to Instance Variables ----------- */
-
- /* ------------------------ Public methods ------------------------ */
-
- -openFile: sender;
-
- /* ----------------------- Private methods ------------------------ */
- -awakeFromInterfaceFile;
- -parse: (char **) argv count: (int) argc;
-
- /* ---------------------- Archiving methods ----------------------- */
-
- @end
-
- #endif
-